func runtime.mallocgcSmallScanNoHeader

2 uses

	runtime (current package)
		malloc.go#L1058: 			x, elemsize = mallocgcSmallScanNoHeader(size, typ, needzero)
		malloc.go#L1340: func mallocgcSmallScanNoHeader(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {